@charset "UTF-8";
header{
    width: 100%;
}
header .header-top{
    background: #3e4348;
}
header .header{
    width: 92%;
    margin: 0 auto;
}
header .header .logo{
    width: 24%;
    white-space: nowrap
}
header .header h1 img{
    width: 62%;
    height: auto;
}
header .header p{
    /* padding-top: 8px; */
}
header .header-top a{
    color: #949697;
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
}
header .header-top a:hover{
    color: #fff
}
header .header-top p{
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}
header .header p i{
    width: 23px;
    height: 22px;
    vertical-align: middle;
    background: url('../images/header_ico.png') no-repeat center top;
    display: inline-block;
    margin-left: 20px;
}
.header-content{
    padding: 8px 0;
    background: linear-gradient(0deg,#fff,#ededed); 
    background: -webkit-linear-gradient(0deg,#fff,#ededed);  
    background: -moz-linear-gradient(0deg,#fff,#ededed); 
}
.header-content .csstd{
    margin-top: 14px;
    width: 76%;
    text-align: right;
}
.header-content .csstd a{
    line-height: 48px;
    color: #444444;
    font-size: 16px;
    text-align: center;
    padding: 10px 0; 
    display: inline-block;
}
.header-content .csstd span{
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 1.5%;
}
.header-content .csstd span:hover .nav{
      opacity: 1;
      transform: translate3d(-50%,0px,0);
    -webkit-transform: translate3d(-50%,0px,0);
    transition: transform 0.5s , opacity 0.5s ;
    -webkit-transition: transform 0.5s , opacity 0.5s;
    z-index: 10;
}
.header-content .csstd span  .nav{
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate3d(-50%,60px,0);
    -webkit-transform: translate3d(-50%,60px,0);
    display: inline-block;
    padding: 10px 2px 20px;
    background: #fff;
    z-index: -1;
    border-radius: 5px;
    border-top: 1px solid #f1f1f1;
    opacity: 0;
}
.header-content .csstd span  .nav::before{
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    content: '';
    margin-left: 50%;
    transform: rotate(45deg) translate3d(-11px,-11px,0);
    -webkit-transform: rotate(45deg) translate3d(-11px,-11px,0);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%; 
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}
.header-content .csstd span  .nav li{
    text-align: center;
    font-size: 16px;  
    white-space: nowrap
}
.header-content .csstd span  .nav li  a{
    color: #444;
    padding: 0px 0;
    font-size: 16px;
    margin: 0 20px;
}
.header-content .csstd span  .nav li  a:hover{
    color: #001daf
}
.header-content .csstd span  .nav li  a::after{
    height: 1px;
}
.header-content .csstd a::after{
    content: '';
    width: 0;
    display: block;
    margin: 0 auto;
    height: 2px;
    background: #001daf;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
/* .header-content p{
    margin-top: 10px;
} */
.header-content .csstd .action{
    color: #001daf !important;
}
.header-content .csstd  .action::after{
    width: 100%;
    color: #001daf !important;
}
.header-content .csstd  a:hover::after{
    width: 100%
}
.header-content .csstd  a:hover{
    color: #001daf
}
.header-content h1 span{
    font-size: 28px;
    color: #212121;
    font-weight: bold;
    line-height: 80px;
}
.header-content h1 img{
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 13px;
}
.bananr li img{
    width: 100%;
    height: auto;
}
.bananr dl{
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}
.bananr dl dd{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.bananr dl .action{
    background: #0061af
}
.banner .swiper-pagination-bullet{
    width:15px;
    height:15px;
    background: #fff;
    opacity: .6;
}
.banner .swiper-pagination-bullet-active{
    background: #007aff;
    opacity: 1;
}
.serve-index{
    background: #eeeeee;
    padding: 22px 0;
}
.serve-index-z .des{
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ff9000;
    position: relative;
    margin-right: 30px;
}
.serve-index-z .des::before{
    width: 9px;
    height: 12px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -8px;
    display: block
}
.serve-index-z .des b{
    display: block;
    font-family: 'ms serif';
    font-size: 19px;
    color: #ff9000;
    line-height: 20px;
}
.serve-index-z .des span{
    color: #ff9000;
    font-size: 14px;
    line-height: 16px;
}
.serve-index-z>div{
    display: inline-block;
}
.serve-index-z .serve-index-z-conn a{
    color: #4d4d4d;
    font-size: 14px;
    margin-right: 20px;
}
.serve-index-z p a:hover{
    color: #0061af
}
.serve-btn .submit{
    width: 20px;
    height: 20px;
    background: url('../images/fangda-serve.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 10px;
}
.serve-btn .text{
    font-size: 14px;
    width: 200px;
}
.serve-btn label{
    width: 300px;
    line-height: 38px;
    border-radius: 20px;
    border: 1px solid #d2d2d2;
    height: 38px;
    display: block;
    box-sizing: border-box;
    padding: 0 20px
}
.index-product{
    padding: 48px 0 106px
}
.index-product-nav{
    width: 18%;
    min-height: 647px;
    background: #0061af;
    box-sizing: border-box;
    padding: 30px 1% 20px;
}
.index-product-nav .title{
    text-align: center;
    margin-bottom: 20px;
}
.index-product-nav .title h4{
    font-size: 36px;
    color: #fff;
    line-height: 58px;
    font-weight: bold;
}
.index-product-nav .title span{
    color: #80b0d7;
    text-transform: uppercase;
    font-size: 14px;
}
.index-product-nav dl{
    width: 100%;
    background: #f5f5f5;
    margin-top: 12px;
    height: 100%;
    overflow: hidden;
}
.index-product-nav dl dt{
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 10%;
    border-bottom: 1px solid #aaaaaa;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin-bottom: 15px;
}
.index-product-nav dl dt i{
    width: 16px;
    height: 16px;
    background: url('../images/index-product-ico-xia.png') no-repeat center top;
    margin-left: auto;
    float: right;
    margin-top: 15px;
    transform: rotate(0deg);
}
.index-product-nav dl dd{
    box-sizing: border-box;
    width: 100%;
    padding: 0 7%;
    line-height: 30px;
}
.index-product-nav dl dd a{
    color: #444;
    font-size: 14px;
    font-weight: bold;
}
.index-product-nav dl dd:last-of-type{
    padding-bottom: 30px;
}
.index-product-nav dl dd::before{
    content: '★';
    margin-right: 10px;
    color: #444;
}
.index-product-nav dl dd:hover a{
    color: #001daf
}
.index-product-nav dl dd:hover::before{
    color: #001daf
}
.index-product-nav dl .action a{
    color: #001daf
}
.index-product-nav dl .action::before{
    color: #001daf
}
.index-product-content{
    width: 79%;
}
.productContentIndex{
    display: none
}
.index-product-content .title{
    border-bottom: 1px solid #dddddd;
    padding: 18px 0;
}
.index-product-content .title .title_t b{
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #444444;
  line-height: 40px;
}
.index-product-content .title .title_t span{
    font-size: 16px;
    color: #828081
}
.index-product-content .title a{
    margin-top: 44px;
}
.index-product-content .indexview{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px
}
.index-product-content .indexview dl{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
    left: 0;
}
.index-product-content .indexview dl dd{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 10px;
    cursor: pointer;
}
.index-product-content .indexview dl .action{
    background: #001daf;
}
.index-product-content ul{
    margin-top: 24px;
    width: 100000px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.index-product-content li{
    float: left;
    width: 370px;
    margin-right: 14px;
    box-sizing: border-box;
    border: 1px solid #bdd3ec;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    padding: 0.5px;
}
.index-product-content li .conetn{
    width: 100%;
    background: #f6f8fb;
    text-align: center;
    box-sizing: border-box;
    padding: 25px 8%;
    min-height: 238px;
}
.index-product-content li .conetn h5{
    font-size: 24px;
    color: #444;
    font-weight: bold;
    white-space: nowrap
}
.index-product-content li .conetn em{
    color: #004da4;
    display: block;
    margin:15px auto;
    border: 1px solid #004da4;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    width: 80%
}
.index-product-content li .conetn p{
    font-size: 14px;
    line-height: 28px;
    color: #666
}
.index-product-content li:hover{
    border: none;
    box-shadow: 0 0 10px 10px #f2f2f2;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); 
}
.index-product-content li:hover .conetn{
    background: #0061af
}
.index-product-content li:hover .conetn em{
    background: #fff;
    border: 1px solid #fff;
}
.index-product-content li:hover .conetn p{
    color: #cbd8e9
}
.index-product-content li:hover .conetn h5{
    color: #fff
}
.index-ys{
    width: 100%
}
.index-ys dd{
    width: 33.3333%;
    float: left;
    cursor: pointer;
}
.index-ys dd .img{
    width: 100%;
    overflow: hidden;
}
.index-ys dd .img img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.index-ys dd:hover img{
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
}
.index-ys dd .content{
    text-align: center;
    height: 280px;
    box-sizing: border-box;
    padding-top: 65px;
    position: relative;
}
.index-ys dd .content::after{
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
}
.index-ys dd:hover .content::after{
    background: none
}
.index-ys dd:hover .content a{
    color: #fff
}
.index-ys dd:hover .content a:before{
    height: 100%;
    width:100%
}
.index-ys dd:hover .content a:hover{
    color: #fff
}
.index-ys dd .content h5{
    font-size: 24px;
    color: #444;
    font-weight: bold;
    padding-bottom: 10px;
}
.index-ys dd .content p{
    font-size: 18px;
    color: #004da4;
    padding: 10px 0;
}
.index-ys dd .content a::before{
   content: '';
   position: absolute;
   left: 50%;
   top: 50%;
   width: 0;
   height: 0;
   transform: translateY(-50%) translateX(-50%);
   -webkit-transform: translateY(-50%) translateX(-50%);
   z-index: -1;
   background: #004da4;
   display: block;
   transition: all 0.5s;
   -webkit-transition: all 0.5s; 
}
.index-ys dd .content a{
    display: inline-block;
    font-size: 14px;
    color: #444;
    padding: 5px 30px;
    border: 1px solid #666;
    border-radius: 30px;
    background: #fff;
    margin-top: 30px;
    position: relative;
    z-index: 3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    position: relative;
    overflow: hidden;
}
.index-ys dd .content a:hover{
    color: #001daf;
    padding: 5px 60px
}
.index-set1{
    width: 100%;
    background: url('../images/index-set1-bj.png') no-repeat center top;
    background-size: 100% 100%;
    height: 562px;
}
.index-set1 .title{
    text-align: center;
    padding: 102px 0 34px;
}
.index-set1 .title h2{
    display: block;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
}
.index-set1 .title  span{
    color: #85b1d3;
    font-size: 14px;
    text-transform: uppercase
}
.index-set1 .p{
    width: 761px;
    margin: 0 auto;
    color: #e9eef4;
    text-align: center
}
.index-set1 dl{
    text-align: center;
    margin-top: 74px;
}
.index-set1 dl dd{
    display: inline-block;
    text-align: center;
    margin: 0 20px;
}
.index-set1 dl dd img{
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.index-set1 dl dd span{
    color: #444;
    font-size: 20px;
}
.index-set1 dl dd span::after{
    content: '';
    height: 2px;
    width: 20px;
    display: block;
    background: #bfbfbf;
    margin: 10px auto 0;
}
.index-product-view{
    width: 100%;
    padding-bottom: 60px;
}
.index-product-view ul{
    width: 100%;
}
.index-product-view ul li{
    width: 24%;
    margin-right: 1.333%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.index-product-view ul li:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.index-product-view ul li:hover span{
    color: #004da4
}
.index-product-view ul li .img{
    width: 100%;
    overflow: hidden;
    height: 230px;
}
.index-product-view ul li .img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}
.index-product-view ul li:nth-of-type(4n){
    margin-right: 0;
}
.index-product-view ul li span{
    color: #444444;
    font-size: 16px;
    line-height: 42px;
}
.index-trem{
    width: 100%;
    height: 362px;
    background: url('../images/text-j-bj.png') no-repeat center top;
    background-size: 100% 100%;
}
.index-trem .tx-title{
    width: 29%;
    position: relative;
    height: 362px;
}
.index-trem .tx-title .ts-txt{
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0); 
}
.index-trem .tx-title b{
    font-size: 36px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 40px;
    text-align: left;
    font-family: Arial;
}
.index-trem .tx-title span{
    font-size: 26px;
    color: #fff;
    line-height: 30px;
}
.index-trem .tx-title em{
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 10px 0;
}
.index-trem .tx-title p{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}
.index-trem .trem-login{
    width: 70%;
    box-sizing: border-box;
    padding: 73px 0 0 2%;
}
.index-trem .trem-login li{
    float: left;
    width: 12%;
    margin-right: 1.6%;
    text-align: center;
    overflow: hidden;
}
.index-trem .trem-login li span{
    font-size: 14px;
    line-height: 42px;
}
.index-trem .trem-login li img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.index-trem .trem-login li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1); 
}
.index-trem .trem-login li:hover span{
    color: #001daf
}
.Protection-view{
    width: 100%;
    background: url('../images/trem-bj.png') no-repeat;
    background-position:right bottom
}
.title1{
    text-align: center;
    width: 100%;
    padding: 0;
    padding-top: 10px;
}
.title1 h2{
    font-size: 36px;
    color: #444;
    text-align: center !important;
    width: 80%;
    display: block;
    margin: 0 auto;
    font-weight: normal;
}
.title1 span{
    text-transform: uppercase;
    color: #a1a1a1;
    font-size: 14px;
    text-align: center !important;
    width: 80%;
    display: block;
    margin: 0 auto;
}
.title1 p{
    font-size: 16px;
    color: #444;
    padding: 33px 0 60px;
    text-align: center !important;
    width: 80%;
    display: block;
    margin: 0 auto;
}
.Protection-content{
    width: 100%;
}
.Protection-content .pagev{
    width: 49%;
    background: url('../images/trem-ico-bj.png');
    height: 237px;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    cursor: pointer; 
}
.Protection-content .pagev:hover{
    box-shadow: 0 0 10px 10px #f1f1f1;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px); 
}
.Protection-content .pagev:nth-of-type(2n){
    margin-right: 0;
}
.Protection-content .pagev .img{
    width: 50%;
    height: 237px;
    overflow: hidden;
}
.Protection-content .pagev:nth-of-type(2),
.Protection-content .pagev:nth-of-type(3),
.Protection-content .pagev:nth-of-type(6){
    background: url('../images/trem-ico-bj_hs.jpg');
}
.Protection-content .pagev .img img{
    width: 100%;
    height: 237px;
}
.Protection-content .pagev .page-cont{
    width: 50%;
    position: relative;
    height: 237px;
    overflow: hidden;
}
.Protection-content .pagev .page-cont .page-t{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    width: 80%;
}
.Protection-content .pagev .page-cont i{
    font-size: 72px;
    font-family: Arial;
    position: absolute;
    right: 20px;
    bottom: 0;
    line-height: 72px;
    transform: translateY(30%);
    color: rgba(255, 255, 255, 0.2)
}
.Protection-content .pagev .page-cont .page-t b{
    font-size: 24px;
    color: #fff;
    line-height:48px;
    font-weight: normal;
}
.Protection-content .pagev .page-cont .page-t p{
    font-size: 14px;
    color: #fff
}
.Protection-phone{
    text-align: center;
    padding: 50px 0 80px;
}
.Protection-phone a{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    line-height: 36px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    background: #0061af;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-left: 10%;
}
.Protection-phone a:hover{
    width: 180px;
}
.Protection-phone .phone{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.Protection-phone .phone p{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 10px;
}
.Protection-phone .phone p span{
    font-size: 16px;
    color: #444;
    line-height: 16px;
}
.Protection-phone .phone p b{
    font-size: 28px;
    color: #004da4;
    line-height: 30px;
}
.index-new{
    width: 100%;
    background: url('../images/index-new.png');
    padding: 48px 0 70px
}
.index-new .title{
    padding-bottom: 40px;
}
.index-new .title h2{
    font-size: 36px;
    font-weight: bold;
    color: #444;
    line-height: 60px;
}
.index-new .title p{
    font-size: 16px;
    color: #444
}
.index-new ul{
    width: 100%;
    padding: 1px;
}
.index-new ul li{
    width: 24%;
    float: left;
    margin-right: 1.333%;
    box-sizing: border-box;
    border: 1px solid #bdd3ec;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.index-new ul li:nth-of-type(4n){
    margin-right: 0;
}
.index-new ul li .img{
    width: 100%;
    height: 240px;
   overflow: hidden;
}
.index-new ul li .img img{
    width: 100%;
    height: 240px;
}
.index-new ul li .content{
    width: 100%;
    background: #f6f8fb;
    box-sizing: border-box;
    padding: 0 6%;
    min-height: 186px;
}
.index-new ul li .content .timer{
    width: auto;
    text-align: center;
    background: #004da4;
    height: 40px;
    line-height: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
}
.index-new ul li .content .timer b{
    font-size: 30px;
    font-weight: normal;
}
.index-new ul li .content .timer span{
    font-size: 16px;
}
.index-new ul li .content h5{
    font-size: 20px;
    color: #444;
    white-space: nowrap;
}
.index-new ul li .content p{
    font-size: 14px;
    color: #666;
    min-height: 53px;
    margin-top: 10px;
}
.index-new ul li .content  em{
    font-size: 14px;
    color: #004da4;
    padding-bottom: 20px;
    font-weight: bold;
    padding-top: 8px;
}
.index-new ul li:hover{
    box-shadow: 0 0 10px 10px #f2f2f2;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.index-new ul li:hover .content{
    background: #0061af
}
.index-new ul li:hover .content h5{
    color: #fff
}
.index-new ul li:hover .content p{
    color: #a3bbd9
}
.index-new ul li:hover .content em{
    color: #fff
}
.index-new ul li:hover .content .timer{
    background: #fff;
    color: #004da4
}
.index-about{
    background: url('../images/index-about.jpg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 300px;
}
.index-about .about-title{
    width: 32%;
    padding-left: 5%;
    box-sizing: border-box;
    margin-top: 70px;
}
.index-about .about-title h2{
    color: #2a343b;
    font-weight: bold;
    font-size: 36px;
}
.index-about .about-title h1{
    font-size: 16px;
    color: #444
}
.index-about .about-title a{
    width: 150px;
    font-size: 16px;
    color: #444;
    line-height: 40px;
    height: 40px;
    border-radius: 30px;
    background: #e5eff6;
    border: 1px solid #b5b5b5;
    display: block;
    margin: 40px 0;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    text-align: center;
}
.index-about .about-title a:hover{
    width: 180px;
    background: #001daf;
    color: #fff
}
.index-about .about-txt{
    width: 60%;
    margin-top: 105px;
}
.index-about .about-txt .paged{
    float: left;
    text-align: center;
    margin-right: 7%;
}
.index-about .about-txt .paged b{
    display: block;
    width: 200px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #444;
    position: relative;
    margin-bottom: 8px;
}
.index-about .about-txt .paged em{
    font-size: 72px;
    color: #004da4;
    font-weight: normal;
    line-height: 72px;
    width: 85px;
    display: inline-block;
    margin-right: 10px;
}
.index-about .about-txt .paged:last-of-type{
    margin-right: 0;
}
.index-about .about-txt .paged:last-of-type em{
    width: 150px;
}
.index-about .about-txt .paged span{
    font-size: 18px;
    color: #444;
}
.index-about .about-txt .paged:nth-of-type(2) b::before{
    content: '+';
    font-size: 22px;
    color: #444;
    position: absolute;
    right: 50px;
    top: 0;
}
footer{
    width: 100%;
    background: url('../images/fooder-bj.jpg') no-repeat ;
    background-size: 100% 100%;
    height: 471px;
}
.fooder{
    width: 100%;
    position: relative;
    height: 471px;
}
.fooder .fooder-left{
    width: 32%;
    height: 499px;
    background: #0061af;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 5%
}
.fooder .fooder-left >a img{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.fooder .fooder-left .das{
    margin-top: 30px;
}
.fooder .fooder-left .das .top{
    margin-bottom: 30px;
}
.fooder .fooder-left .das .top span{
    font-size: 14px;
    color: #749bc9;
    line-height: 14px;
}
.fooder .fooder-left .das .top b{
    font-size: 36px;
    color: #fff;
    line-height: 40px;
}
.fooder .fooder-left .das a{
    width: 60%;
    display: block;
    margin: 0 auto 30px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #444;
    border-radius: 23px;
    background: #fff;
    border: 1px solid #fff;
}
.fooder .fooder-left .das a:hover{
    background: #0061af;
    color: #fff;
}
.fooder .fooder-left p{
    font-size: 14px;
    color: #749bc9;
    line-height: 28px;
}
.fooder .fooder-left p a{
    color: #749bc9;
}
.fooder .fooder-left p em{
    width: 1px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: #749bc9;
    margin: 0 10px;
}
.fooder .fooder-left p a:hover{
    color: #fff
}
.fooder-rigth{
    width: 68%;
    margin-top: 80px;
}
.fooder-rigth > p{
    font-size: 14px;
    color: #96999c;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 7%;
}
.fooder-rigth > p a{
    font-size: 14px;
    color: #96999c;
    padding-left: 10px;
}
.fooder-rigth > p a:hover{
    color: #fff
}
.fooder-rigth ul{
    width: 100%;
    box-sizing: border-box;
}
.fooder-rigth ul li{
    float: left;
    margin-left: 68px;
}
.fooder-rigth ul li .wx {
    text-align: center;
    color: #b7bac5;
}
.fooder-rigth ul li .wx img{
    width: 74px;
   height: auto;
   display: block;
   margin-bottom: 15px;
}
.fooder-rigth ul li dt,.fooder-rigth ul li dt a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 31px;
}
.fooder-rigth ul li dd a{
    font-size: 14px;
    color: #b7bac5;
    line-height: 32px;
    cursor: pointer;
}
.fooder-rigth ul li dd a:hover{
    color: #004da4
}
.pro-bananr{
    width: 100%;
    position: relative;
}
.ser-bananr > img{
    width: 100%;
    height: auto;
}
.ser-bananr .ser-bananr-conent{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center
}
.ser-bananr .ser-bananr-conent span{
    font-size: 24px;
    color: #989ba4
}
.case-bananr-conent{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}
.about-bananr-conent{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}
.contact-bananr-conent{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}
.contact-bananr-conent p{
    font-size: 60px;
    font-weight: bold;
    color: #fff
}
.contact-bananr-conent span{
    color: #fff;
    font-size: 24px;
}
.new-bananr-conent{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1s;
    -webkit-animation: bnananrtop 1s;
    text-align: center;
}
.new-bananr-conent span{
    color: #fff;
    font-size: 24px;
}
.new-bananr-conent p{
    font-size: 60px;
    font-weight: bold;
    color: #fff
}
.about-bananr-conent span{
    color: #fff;
    font-size: 24px;
}
.about-bananr-conent p{
    font-size: 60px;
    font-weight: bold;
    color: #fff
}
.case-bananr-conent h3{
    font-size: 68px;
    font-weight: bold;
    color: #fff;
    line-height: 68px;
}
.case-bananr-conent p{
    font-size: 24px;
    color: #99c0df;
    line-height: 24px;
    padding-top: 25px;
}
.ser-bananr .ser-bananr-conent p{
    font-size: 60px;
    font-weight: bold;
    color: #444;
    line-height: 72px;
    padding-top: 15px;
}
.pro-bananr>img{
    width: 100%;
    height: auto
}
.pro-bananr .bananr-content{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation: bnananrtop 1.5s;
    -webkit-animation: bnananrtop 1.5s;
}
@-webkit-keyframes bnananrtop {
    0% {
        opacity: 0;
        transform: translateX(-40%) translateY(-20%);
    -webkit-transform: translateX(-50%) translateY(-20%);
    }
    25% {
        opacity: 0;
        transform: translateX(-40%) translateY(-20%);
    -webkit-transform: translateX(-50%) translateY(-20%);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    }
  }
  @keyframes bnananrtop {
    0% {
        opacity: 0;
        transform: translateX(-40%) translateY(-40%);
    -webkit-transform: translateX(-50%) translateY(-40%);
    }
    25% {
        opacity: 0;
        transform: translateX(-40%) translateY(-20%);
    -webkit-transform: translateX(-50%) translateY(-20%);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    }
  }
.pro-bananr .bananr-content span{
    font-size: 24px;
    color: #989ba4
}
.pro-bananr .bananr-content h2{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}
.pro-bananr .bananr-content .fong{
    width: 500px;
    height: 65px;
    border-radius: 33px;
    background: #fff;
    margin: 0 auto;
    border: 5px solid rgba(0, 0, 0, 0.8);
    overflow: hidden;
    margin-top: 40px;
}
.pro-bananr .bananr-content .fong .text{
    width: 364px;
    font-size: 16px;
    line-height: 46px;
    height: 55px;
    /* border: 1px solid #000; */
    padding: 5px 0;
    display: block;
    margin-left: 38px;
}
.pro-bananr .bananr-content .fong .submitBtn{
    background-color: #0061af;
    height: 56px;
    width: 80px;
    display: block;
    background-image: url('../images/pro-serve-ico.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.pro_content{
    width: 100%;
    background: #f6f8fb;
    padding-bottom: 70px;
}
.pro_content:nth-of-type(2n) {
    background: #ffffff;
}
.pro_content:last-of-type{
    padding-bottom: 160px;
}
.nav-pro{
    background: #fff;
    width: 100%;
    padding: 0 6%;
    margin-top: -45px;
    position: relative;
    text-align: center;
    white-space: nowrap
}
.nav-pro a{
    font-size: 16px;
    line-height: 86px;
    display: inline-block;
    margin-right: 76px;
    position: relative
}
.nav-pro a::after{
    display: block;
    height: 2px;
    width: 0;
    background: #001daf;
    margin: 0 auto;
    content: '';
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.nav-pro a:last-of-type{
    margin-right: 0;
}
.nav-pro a:hover{
    color: #001daf;
}
.nav-pro a:hover::after{
    width: 100%;
}
.nav-pro .action{
    color: #001daf;
}
.nav-pro .action::after{
    width: 100%;
}
.pro_content .pro-list{
    width: 100%;
}
.pro_content  .pro-list .titleview{
    width: 100%;
    padding: 60px 0 20px;
    border-bottom: 1px solid #dddddd;
}
.pro_content  .pro-list .titleview a{
    width: 182px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: #f6f8fb;
    border: 1px solid #0061af;
    color: #0061af;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 31px;
}
.pro_content  .pro-list .titleview a:hover {
    width: 200px;
}
.pro_content  .pro-list .titleview a::before{
    width: 24px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 5px;
}
.pro_content  .pro-list .title{
     /* display: inline-block;
     vertical-align: middle */
}
.pro_content  .pro-list .title h2{
    color: #444444;
    font-size: 32px;
    font-weight: bold;
}
.pro_content  .pro-list .title p{
    font-size: 16px;
    color: #666
}
.pro_content ul{
    width: 100%
}
.pro_content ul li{
    width: 24%;
    margin-right: 1.333%;
    float: left;
    margin-top: 25px;
    border: 1px solid #bdd3ec;
    background: #f6f8fb;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s; 
}
.pro_content ul li .img{
    width: 100%;
    height:auto;
    overflow: hidden;
}
.pro_content ul li .img img{
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s; 
}
.pro_content ul li:nth-of-type(4n){
    margin-right: 0;
}
.pro_content ul li .conet{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 6% 30px;
    text-align: center
}
.pro_content ul li .conet h3{
    font-size: 24px;
    color: #444;
    margin-bottom: 10px;
    white-space: nowrap
}
.pro_content ul li .conet  p{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    min-height: auto;
}
.pro_content ul li:hover{
    transform: translateY(-10px) !important;
    -webkit-transform: translateY(-10px) !important;
    box-shadow: 0 0 10px 10px #f1f1f1;
}
.pro_content ul li:hover .img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05); 
}
.case-bananr{
    width: 100%;
}
.case-bananr img{
    width: 100%;
    height: auto;
}
.case-conetnt{
    width: 100%;
    background: #f6f8fb;
    padding-bottom: 100px;
}
.case-conetnt .case-pages{
    padding: 1px 0;
    background: #fff;
    margin-top: -50px;
    position: relative;
}
.case-conetnt h2{
    font-size: 28px;
    font-weight: bold;
    color: #444;
    line-height: 28px;
    border-left: 8px solid #0061af;
    padding-left: 20px;
    position: relative;
    margin: 50px 0;
}
.case-conetnt h2::before{
    content: '';
    height: 100%;
    width: 3px;
    background: #ff9000;
    left: 1px;
    top: 0;
    display: block;
    position: absolute;
}
.case-pages ul{
    width: 100%;
    padding-bottom: 60px;
}
.case-conetnt .text{
    text-align: center;
    font-size: 18px;
    color: #bbb;
    padding-bottom: 50px;
}
.case-pages ul li{
    width: 25%;
    float: left;
    text-align: center;
    border-left: 1px solid #dadee1;
    border-bottom: 1px solid #dadee1;
    padding-bottom: 10px;
    position: relative;
    z-index: 0;
    background: #fff;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    box-sizing: border-box;
    /*height: 310px;*/
}
.case-pages ul li:hover{
    transform: scale(1.02) translateY(-10px);
    -webkit-transform: scale(1.02) translateY(-10px);
    box-shadow: 0 0 10px 10px #f2f2f2; 
    border: 1px solid #dadee1 !important;
    z-index: 1;
}
.case-pages ul li:hover span{
    color: #004da4
}
.case-pages ul li:nth-of-type(4n){
    border-right: 1px solid #dadee1;
}
.case-pages ul li:last-of-type{
    border-right: 1px solid #dadee1;
}
 .case-pages ul li:nth-of-type(1){
    border-top:1px solid #dadee1 
}
.case-pages ul li:nth-of-type(2){
    border-top:1px solid #dadee1 
}
.case-pages ul li:nth-of-type(3){
    border-top:1px solid #dadee1 
}
.case-pages ul li:nth-of-type(4){
    border-top:1px solid #dadee1 
}
.case-pages ul li .img{
    width: 304px;
    /* height: 283px; */
    margin: 10px auto;
    margin-top: 25px;
}
 .case-pages ul li .img img{
    width: 100%;
    height: 100%;
}
.case-pages ul li span{
    font-size: 16px;
    color: #444;
    line-height: 42px;
}
.ser-conent{
    width: 100%;
    background: #f6f8fb;
    min-height: 400px;
    padding: 1px 0;
}
.title-ser-1{
    width: 100%;
    text-align: center;
    background: #fff;
    margin-top: -50px;
    position: relative;
}
.title-ser-1 a{
    font-size: 18px;
    color: #444;
    margin-right: 203px;
    line-height: 87px;
    display: inline-block
}
.title-ser-1 a::after{
   content: '';
   height: 2px;
   width: 0;
   background: #001daf;
   display: block;
   transition: all 0.5s;
   -webkit-transition: all 0.5s; 
   margin: 0 auto;
}
.title-ser-1 a:hover{
    color: #001daf
}
.title-ser-1 a:hover::after{
    width: 100%;
}
.title-ser-1 .action{
    color: #001daf
}
.title-ser-1 .action::after{
    width: 100%;
}
.title-ser-1 a:last-of-type{
    margin-right: 0;
}
.ser-conent .ser-cont1{
  padding: 104px 0 98px;
}
.ser-conent .ser-cont1 .left{
    width: 50%;
}
.ser-conent .ser-cont1 .left >p{
    font-size: 18px;
    color: #444
}
.ser-conent .ser-cont1 .left h3{
   font-size: 42px;
   color: #444;
   font-weight: bold;
   line-height: 58px;
   margin-top: 10px;
}
.ser-conent .ser-cont1 .left dl{
    width: 100%;
    padding: 64px 0 80px;
}
.ser-conent .ser-cont1 .left dl dd{
    float: left;
    text-align: center;
    margin-right: 8%;
}
.ser-conent .ser-cont1 .left dl dd:last-of-type{
    margin-right: 0;
}
.ser-conent .ser-cont1 .left dl dd b{
   display: block;
   width: 156px;
   margin-bottom: 10px;
}
.ser-conent .ser-cont1 .left dl dd b em{
    font-size: 72px;
    color: #004da4;
    font-weight: normal;
    line-height: 72px;
}
.ser-conent .ser-cont1 .left dl dd b i{
    font-size: 18px;
    position: relative;
}
.ser-conent .ser-cont1 .left dl dd span{
    font-size: 18px;
    color: #444;
}
.ser-conent .ser-cont1 .left dl dd:nth-of-type(2) b i::after{
    content: '+';
    font-size: 23px;
    top: -39px;
    right: 0;
    position: absolute;
}
.ser-conent .ser-cont1 .left .btn{
    width: 100%;
}
.ser-conent .ser-cont1 .left .btn .phone{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.ser-conent .ser-cont1 .left .btn a{
    width: 200px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
     color: #fff;
     background: #004da4;
     font-size: 16px;
     border: 1px solid #004da4
}
.ser-conent .ser-cont1 .left .btn a:hover{
     background: #001daf;
     /* color: #004da4 */
}
.ser-conent .ser-cont1 .left .btn .phone .cone{
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.ser-conent .ser-cont1 .left .btn .phone .cone span{
    font-size: 16px;
    color: #666;
}
.ser-conent .ser-cont1 .left .btn .phone .cone b{
    font-size: 28px;
    color: #004da4;
    line-height: 28px;
}
.ser-conent .ser-cont1 .rigth{
    width: 50%;
}
.ser-conent .ser-cont1 .rigth img{
    width: 100%;
    height: auto;
}
.ser-coent2{
    background: url('../images/ser-conet2-bj.jpg') no-repeat;
    background-size: 100% 100%;
    height: 560px;
    text-align: center;
    padding: 10px 0;
}
.ser-coent2 .paget{
   display: inline-block;
   margin-right: 10%;
   margin-top: 70px;
   cursor: pointer;
}
.ser-coent2 .paget img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.ser-coent2 .paget:hover img{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px); 
}
.ser-coent2 .paget:last-of-type{
    margin-right: 0;
}
.ser-coent2 .title{
    margin-top: 77px;
}
.ser-coent2 .title h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.ser-coent2 span{
    font-size: 14px;
    color: #7eaacf;
    text-transform: uppercase;
}
.ser-coent2 .paget p{
    font-size: 20px;
    color: #fff;
    padding: 30px 0 10px;
    line-height: 32px;
    font-weight: bold;
}
.ser-conent3{
    width: 100%;
    padding-bottom: 120px;
}
.ser-conent3 .title{
    padding: 102px 0 58px;
}
.ser-conent3 .title h3{
    font-size: 36px;
    font-weight: bold;
    color: #444
}
.ser-conent3 .title span{
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
}
.ser-conent3 .title p{
    font-size: 16px;
    color: #444;
    margin-top: 20px;
}
.ser-conent3 dl{
    width: 100%;
}
.ser-conent3 dl dd{
    width: 32%;
    margin-right: 2%;
    float: left;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    cursor: pointer;
}
.ser-conent3 dl dd:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px); 
    box-shadow: 0 0 10px 10px #f1f1f1
}
.ser-conent3 dl dd:nth-of-type(3n){
    margin-right: 0;
}
.ser-conent3 dl dd .conetn{
    height: 330px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 8%;
    overflow: hidden;
}
.ser-conent3 dl dd:first-of-type .conetn p{
    font-size: 16px;
    color: #666666;
    width: 100%;
    margin-top: 33px;
    width: 100%;
    padding-left: 18px;
    box-sizing: border-box;
    position: relative;
}
.ser-conent3 dl dd:first-of-type .conetn p::before{
    width: 10px;
    height: 10px;
    background: #0061af;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
}
.ser-conent3 dl dd:nth-of-type(2) .conetn p{
    font-size: 16px;
    color: #666666;
    width: 100%;
    margin-top: 33px;
    width: 100%;
    padding-left: 18px;
    box-sizing: border-box;
    position: relative;
}
.ser-conent3 dl dd:nth-of-type(2) .conetn p::before{
    width: 10px;
    height: 10px;
    background: #ff9000;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
}
.ser-conent3 dl dd:nth-of-type(3) .conetn p{
    font-size: 16px;
    color: #666666;
    width: 100%;
    margin-top: 33px;
    width: 100%;
    padding-left: 18px;
    box-sizing: border-box;
    position: relative;
}
.ser-conent3 dl dd:nth-of-type(3) .conetn p b{
    color: #116cb4;
    display: block
}
.ser-conent3 dl dd:nth-of-type(3) .conetn p::before{
    width: 10px;
    height: 10px;
    background: #0061af;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
}
.ser-content4{
    width: 100%;
    height: 562px;
    background: url('../images/ser-coent4-bj.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative
}
.ser-content4 .w1400{
    position: relative;
    height: 100%;
}
.ser-content4 .title{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}
.ser-content4 .title p{
      font-size: 36px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      line-height: 48px;
}
.ser-content4 .title b{
    color: #fff;
    font-size: 26px;
}
.ser-content4 .title i{
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 20px;
}
.ser-content4 .ul{
    position: absolute;
    width: 62.5%;
    height: 430px;
    background: url('../images/ser-fwbz-bj.jpg');
    left: 26.3%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); 
}
.ser-content4 .ul ul{
    width: 100%;
    text-align: center;
    margin-top: 101px;
}
.ser-content4 .ul ul li{
    display: inline-block;
    padding: 15px 10px;
    width: 15%;
    margin-right: 5%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s; 
}
.ser-content4 .ul ul li:hover{
    box-shadow: 0 0 5px 5px #f1f1f1;
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
}
.ser-content4 .ul ul li:last-of-type{
    margin-right: 0;
}
.ser-content4 .ul ul li img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.ser-content4 .ul ul li span{
    font-size: 20px;
    color: #444;
}
.title-ser-1 .abot a{
    margin-right: 9%;
    cursor: pointer;
}
.title-ser-1 .abot a:last-of-type{
    margin-right:0
}
.ser-conent .ser-cont1 .left .about-t{
    color: #0061af;
    margin-top: 20px;
}
.ser-conent .ser-cont1 .left  .about-p{
    font-size: 16px;
    color: #666;
    line-height: 32px;
    width: 80%;
    margin-top: 50px;
}
.ser-conent .ser-cont1 .left dl dd .t{
    width: 142px;
}
.ser-conent .ser-cont1 .left dl dd:first-of-type .t{
    width: 213px;
}
.about-fz{
    width: 100%;
    padding: 1px;
    padding-bottom: 105px;
}
.about-fz .title{
    text-align: center;
    padding-bottom: 40px;
}
.about-fz .title h3{
    font-size: 36px;
    color: #444;
    font-weight: bold;
}
.about-fz .title span{
    font-size: 14px;
    color: #828081;
    text-transform: uppercase;
    line-height: 36px;
}
.about-fz .title p{
    font-size: 16px;
    color: #444;
    margin-top: 10px;
}
.about-fz-conent{
    border: 1px solid #bdd3ec;
    width: 100%;
    min-height: 300px;
    background: #fff
}
.about-fz-conent dl{
    width: 100%;
    text-align: center;
    margin-top: -10px;
}
.about-fz-conent dl dd{
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #444;
    /* font-weight: bold; */
    margin-right: 15%;
    cursor: pointer;
}
.about-fz-conent dl .action{
    color: #0061af
}
.about-fz-conent dl .action i{
   border-color: #0061af
}
.about-fz-conent dl dd:last-of-type{
    margin-right:0
}
.about-fz-conent dl dd i{
    width: 20px;
    height: 20px;
    background: #fff;
    display: block;
    margin: 0 auto 15px;;
    border-radius: 50%;
    border: 4px solid #828081;
}
.pages-view{
    width: 85%;
    height: 620px;
    position: relative;
    margin: 50px auto 0;
}
.pages-view .pageview{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform:  scale(0);
    -webkit-transform:  scale(0);
    transform-origin:0 50%;
    -webkit-transform-origin:0 50%;
    opacity: 0;
    transition: transform  0.5s,opacity 0.5s;
    -webkit-transition: transform 0.5s,opacity 0.5s;
    padding-bottom: 50px; 
}
.pages-view .action{
    transform:  scale(1);
    -webkit-transform: scale(1);
    transform-origin:100% 50% !important;
    -webkit-transform-origin:100% 50% !important;
    opacity: 1;
}
.pages-view .pageview p{
    font-size: 14px;
    color: #666;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    width: 80%;
}
.pages-view .pageview img{
    width: 100%;
    height: auto;
}
.pages-view .pageview p::before{
   content: '';
   display: block;
   height: 15px;
   width: 15px;
   background: #ff9000;
   position: absolute;
   left: 0;
   top: 6px;
}
.about-fz-conent ul{
    width: 20%;
}
.about-fz-conent ul li{
    width: 100%;
     border-right: 1px solid #bdd3ec;
     border-bottom: 1px solid #bdd3ec;
     position: relative;
     cursor: pointer;
}
.about-fz-conent ul li::before{
   content: '';
   width: 100%;
   height: 100%;
   background: rgba(189, 211, 236, 0.1);
   position: absolute;
   left: 0;
   top: 0;
   display: block
}
.about-fz-conent ul li:last-of-type{
    border-bottom:none
}
.about-fz-conent ul li img{
    width: 100%;
}
.about-fz-conent ul .action{
    border-right:none
}
.about-fz-conent ul .action::before{
    display: none
}
.about-fz-conent .about-fz{
   width: 79%;
   height: 610px;
   position: relative;
}
.about-fz-conent .about-fz .about-fz-pages{
   width: 100%;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%) scale(0);
   -webkit-transform: translateY(-50%) scale(0); 
   opacity: 0;
   transform-origin: 100% 100%;
   -webkit-transform-origin: 100% 100%;
   transition: transform 0.5s ,opacity 0.5s;
   -webkit-transition: transform 0.5s , opacity 0.5s;
}
.about-fz-conent .about-fz .action{
    opacity: 1;
    transform-origin: 0  0;
    -webkit-transform-origin: 0 0;
    transform: translateY(-50%) scale(1) !important;
   -webkit-transform: translateY(-50%) scale(1) !important; 
}
.about-fz-conent .about-fz .fz-conent{
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    box-sizing: border-box;
    padding-left: 3%;
}
.about-fz-conent .about-fz  img{
    width: 32%;
    height: auto;
    margin-left: 2%;
}
.about-fz-conent .fz-conent h3{
    font-size: 24px;
    color: #444;
    font-weight: bold;
    margin-bottom: 30px;
}
.about-fz-conent .fz-conent h3::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: #ff9000;
    margin-right: 15px;
}
.about-fz-conent .fz-conent .conent{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #444
}
.about-fz-conent .fz-conent a{
    width: 200px;
    display: block;
    margin-left: 20px;
    color: #fff;
    background: #0061af;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-fz-conent .fz-conent a:hover{
     width: 250px;
}
.qye-title{
    text-align: center;
    padding-bottom: 40px;
}
.qye-title h3{
    font-size: 36px;
    color: #444;
    font-weight: bold;
}
.qye-title span{
    font-size: 14px;
    color: #828081;
    text-transform: uppercase;
    line-height: 36px;
}
.qye-title p{
    font-size: 16px;
    color: #444;
    margin-top: 10px;
}
.about-qye ul{
    width: 100%;
}
.about-qye ul li{
    width: calc(100%/6);
    box-sizing: border-box;
    background-position:  center top;
    border-left: 1px solid #fff;
    height: 600px;
    float: left;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.about-qye ul li:first-of-type{
    border-left:none
}
.about-qye ul li::after{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 1;
}
.about-qye ul li h3{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    font-size: 32px;
    color: #fff;
    /* font-weight: bold; */
    width: 40px;
    text-align: center;
    z-index: 2;
    line-height: 38px;
}
.about-qye ul .action {
    width: calc(100%/2);
   /* background-size: 100% 100% !important; */
}
.about-qye ul .action .conent{
    opacity: 1;
    transition: opacity 0.3s , transform 0.3s;
    -webkit-transition: opacity 0.3s ,transform 0.3s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transform: translate3d(-50%,0,0) scale(1);
    -webkit-transform: translate3d(-50%,0,0) scale(1);
}
.about-qye ul .action h3{
    opacity: 0;
}
.about-qye ul .action::after{
    background: rgba(0, 97, 175, 0.3)
}
.about-qye ul li .conent{
   position: absolute;
   left: 50%;
   top: 13%;
   width: 80%;
   transform: translate3d(-50%,0,0) scale(0);
   -webkit-transform: translate3d(-50%,0,0) scale(0);
   z-index: 3;
   opacity: 0;
}
.about-qye ul li .conent b{
    font-size: 36px;
    color: #fff;
}
.about-qye ul li .conent .txt{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 2%;
}
.about-client{
    width: 100%;
    min-height: 300px;
    padding-bottom: 103px;
}
.about-client ul{
    width: 100%;
}
.about-client ul li{
    float: left;
    margin-right: 0.9%;
    width: 9.11%;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.about-client ul li p{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff9000;
    line-height: 118px;
    color: #fff;
    font-size: 16px;
    left: 0;
    top: 0;
    text-align: center;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.about-client ul li:hover {
   box-shadow: 0px 3px 2px 5px rgba(0, 29, 175, 0.6);
   transform: translateY(-5px);
   -webkit-transform: translateY(-5px);
}
.about-client ul li img{
    width: 100%;
    height: auto;
}
.about-client ul li:nth-of-type(10n){
    margin-right: 0;
}
.about-client-conetn{
    width: 100%;
    background: #fff;
    padding-top: 105px;
}
.about-environment{
    width: 100%;
    background: #f6f8fb;
    padding-top: 103px;
    padding-bottom: 114px;
}
.about-environment-conetnt{
    width: 100%
}
.about-environment-conetnt .pages0t{
    width: 100%;
    height:  471px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.about-environment-conetnt .pages0t .left{
    width: 66%;
}
.about-environment-conetnt .pages0t .rigth{
    width: 33%;
}
.about-environment-conetnt .pages0t li{
    float: left;
}
.about-environment-conetnt .paf .left{
    height:  471px;
    overflow: hidden;
}
.about-environment-conetnt img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.about-environment-conetnt img:hover{
    transform: scale(1.05);
    -webkit-ransform: scale(1.05); 
}
.about-environment-conetnt .paf .rigth ul{
    width: 100%;
}
.about-environment-conetnt .paf .rigth ul li:first-of-type{
     width: 100%;
     height: 230px;
     overflow: hidden;
}
.about-environment-conetnt .paf .rigth ul li:nth-of-type(2){
    width: 49%;
    margin-right: 2%;
    height: 230px;
    background: #0061af;
    color: #fff;
    font-size: 28px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 59px;
    margin-top: 10px;
}
.about-environment-conetnt .paf .rigth ul li:last-of-type{
    width: 49%;
    height: 230px;
    overflow: hidden;
    margin-top: 10px;
}
.about-environment-conetnt .pat .left li{
    height: 471px;
    margin-right: 1.2%;
    overflow: hidden;
}
.about-environment-conetnt .pat .left li:first-child{
   width: 24.35%;
   overflow: hidden;
}
.about-environment-conetnt .pat .left li:nth-of-type(2){
    width: 24.35%;
}
.about-environment-conetnt .pat .left li:nth-of-type(2) p{
    height: 230px;
    margin-bottom: 10px;
    background: #ff9000;
    color: #fff;
    font-size: 28px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 59px;
}
.about-environment-conetnt .pat .left li:nth-of-type(2) .ds{
    height: 230px;
    width: 100%;
    overflow: hidden;
}
.about-environment-conetnt .pat .left li:last-of-type{
    margin-right: 0;
    width: 48.5%;
    overflow: hidden;
}
.about-environment-conetnt .pat .rigth .ds{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.about-environment-conetnt .pat .rigth .ds:last-of-type{
    margin-top: 10px;
}
.list-about-nav{
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 10;
    background:#fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    border-bottom: 1px solid #eee;
    z-index: -1;
}
.list-about-nav a{
    font-size: 16px;
    cursor: pointer;
    line-height: 87px;
    margin-right: 9%;
    display: inline-block;
}
.list-about-nav a::after{
    content: '';
    height: 2px;
    width: 0;
    background: #004da4;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0 auto;
}
.list-about-nav .action{
    color: #001daf
}
.list-about-nav .action::after {
    width: 100%;
}
.list-about-nav a:hover{
    color: #001daf
}
.list-about-nav a:hover::after {
    width: 100%;
}
.contant-title{
    width: 100%;
    text-align: center;
    margin-bottom: 66px;
}
.contant-title h2{
    font-size: 36px;
    color: #0061af;
    font-weight: bold;
    line-height: 80px;
    margin-top: 90px;
}
.contant{
    width: 100%;
    background: #f6f8fb;
    padding: 1px 0;
}
.contant-title p{
    font-size: 16px;
    color: #444;
}
.contant-ico{
    width: 100%;
    text-align: center;
    margin-bottom: 108px;
}
.contant-ico li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4%;
}
.contant-ico li:last-of-type{
    margin-right: 0;
}
.contant-ico li img{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contant-ico li span{
    display: block;
    font-size: 16px;
    color: #666
}
.contant-ico li b{
    font-size: 28px;
    color: #444;
    line-height: 32px;
}
.contant-map{
    width: 100%;
   background: #0061af
}
.contant-map .map{
    width: 58%;
    position: relative;
    display: inline-block;
    /* overflow: hidden; */
}
.contant-map .map .img{
   width: 100%;
    /* overflow: hidden; */
}
.contant-map .map a{
    width: 200px;
    height: 50px;
    text-align: center;
    background: #ff9000;
    font-size: 16px;
    line-height: 50px;
    display: block;
    color: #fff;
    position: absolute;
    left: 57%;
    top: 41%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.contant-map .map a:hover{
    width: 220px
}
.contant-map .map .img img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
/* .contant-map .map:hover .img img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2); 
} */
.contant-map .map-form{
    display: inline-block;
    vertical-align: middle;
    margin-left: 4%;
}
.contant-map .map-form h3{
    font-size: 36px;
    color: #666;
    font-weight: bold;
    color: #fff
}
.contant-map .map-form span{
    font-size: 14px;
    color: #93afd3;
    text-transform: uppercase;
    padding-bottom: 38px;
    display: inline-block
}
.contant-map .map-form input{
    display: block;
    margin-bottom: 20px;
    width: 364px
}
.contant-map .map-form input:first-of-type,
.contant-map .map-form input:nth-of-type(2),
.contant-map .map-form input:nth-of-type(3){
    background: #fff;
    padding: 22px 20px;
}
.contant-map .map-form textarea{
    width: 100%;
    margin-bottom: 20px;
    display: block;
    background: #fff;
    height: 160px;
    /* width: 472px; */
    padding: 22px 20px;
}
.contant-map .map-form input:last-of-type{
    font-size: 16px;
    color: #fff;
    background: #ff9000;
    line-height: 48px;
    cursor: pointer;
}
.contant-map .map-form input:last-of-type:hover{
    background: #fe950d
}
.ser-title{
    margin-top: 73px;
    margin-bottom: 54px;
}
.ser-title h3{
    font-size: 36px;
    color: #444;
    font-weight: bold;
    line-height: 58px;
}
.ser-title span{
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}
.ser-title p{
    font-size: 16px;
    color: #444;
    padding-top: 20px;
}
.ser-cj-conent{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #bdd3ec;
    margin-bottom: 152px;
}
.ser-cj-conent ul{
    width: 100%;
}
.ser-cj-conent ul li{
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #bdd3ec;
    padding: 0 2%;
    background: #fff
}
.ser-cj-conent ul li h5{
    font-size: 20px;
    color: #444;
    line-height: 80px;
    cursor: pointer;
    position: relative;
}
.ser-cj-conent ul li h5 i{
    position: absolute;
    right: 30px;
    top: 50%;
    width: 34px;
    height: 1px;
    background: #444444;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.ser-cj-conent ul .action h5 i::before{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg)
}
.ser-cj-conent ul li h5 i::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%; 
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: block;
    background: #444444;
    z-index: 3;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
.ser-cj-conent ul li h5::before{
    content: '';
    width: 36px;
    height: 35px;
    display: inline-block;
    background: url('../images/cjwt-ico-1.png') no-repeat center top;
    vertical-align: middle;
    margin-right: 16px;
}
.ser-cj-conent ul li:last-of-type{
    border-bottom: none; 
}
.ser-cj-conent ul li .conetn{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.ser-cj-conent ul li .conetn::before{
    content: '';
    width: 36px;
    height: 35px;
    display: inline-block;
    background: url('../images/cjwt-ico-2.png') no-repeat center top;
    margin-right: 16px;
    margin-top: 30px;
}
.ser-cj-conent ul li .conetn .coent{
    width: calc(100% - 78px);
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ser-cj-conent ul li:nth-of-type(2n){
    background: #f6f8fb
}
.ser-conent .index-new{
    background: none
}
.ser-conent .index-new li{
    margin-bottom: 20px;
}
.ser-zlxz-conet{
    width: 100%;
    /* border: 1px solid #bdd3ec; */
}
.ser-zlxz-conet ul{
    width: 100%;
    padding-bottom: 114px;
}
.ser-zlxz-conet ul li{
    width: 24%;
    margin-right: 1.333%;
    float: left;
    box-sizing: border-box;
    padding: 20px 1%;
    /* background: #fff; */
    text-align: center;
    font-size: 16px;
    color: #444;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.ser-zlxz-conet ul li:hover{
    box-shadow: 0 0 5px 5px #f1f1f1;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); 
}
.ser-zlxz-conet ul li .img{
    width: 100%
}
.ser-zlxz-conet ul li .img img{
    /* width: 100%; */
    /* height: auto; */
    margin-bottom: 20px;
}
.ser-zlxz-conet ul li:nth-of-type(4n){
    margin-right: 0;
}
.ser-content4 .title .wt{
    line-height: 36px;
    margin-top: 20px;
    display: block
}
.ser-content4 .ds{
    box-sizing: border-box;
    padding: 59px 4%;
}
.ser-content4 .ds .inp input{
   width: 32%;
   display: block;
   float: left;
   background: #ffff;
   line-height: 64px;
   height: 64px;
   margin-right: 2%;
   box-sizing: border-box;
   padding: 0 3%;
   border: 1px solid #bdd3ec
}
.ser-content4 .ds .inp input:last-of-type{
    margin-right: 0;
}
.ser-content4 .ds textarea{
    width: 100%;
    background: #fff;
    border: 1px solid #bdd3ec;
    height: 150px;
    box-sizing: border-box;
    padding: 20px 3%;
    margin-top: 20px;
}
.ser-content4 .ds #submit{
   width: 100%;
   background: #0061af;
   line-height: 58px;
   height: 58px;
   color: #fff;
   margin-top: 10px;
}
.ser-content4 .ds #submit:hover{
    background: #0274cf;
    cursor: pointer;
}
.pro-def{
    width: 100%;
    background: #0061af
}
.pro-def .title-top{
    padding: 35px 0;
}
.pro-def .title-top a{
    color: #b4c6e4;
    font-size: 14px;    
}
.pro-def .title-top .fl a{
    display: inline-block;
    padding: 0 10px;
}
.pro-def .title-top .fl a:hover{
    color: #fff
}
/* .pro-def .title-top .fl a::after{
    content: '>';
    color: #b4c6e4;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
} */
.pro-def .title-top .fl a:last-of-type::after{
    content: '';
}
.pro-def .title-top .fl .pro-index{
    width: 23px;
    height: 23px;
    background: url('../images/pro_index.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle
}
.pro-def .title-top .fr i{
    width: 23px;
    height: 23px;
    background: url('../images/huans_t.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}
.pro-def-pro{
    width: 100%;
    background: #fff;
    /* box-shadow: 0 0 10px 10px #f1f1f1; */
}
.case-def .pro-def-pro{
    background: #f1f1f1
    /* box-shadow: 0 0 10px 10px #f1f1f1; */
}
.case-def .pro-def-pro .img{
    border: 1px solid #f1f1f1
}
.pro-def-pro .img{
    width: 57%;
    position: relative;
}
.pro-def-pro .img dl{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(50%,-50%,0);
    -webkit-transform: translate3d(50%,-50%,0);
    width: 15%;
}
.pro-def-pro .img dl dd{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
/* .pro-def-pro .img dl li:last-of-type{
    margin-bottom: 0;
} */
.pro-def-pro .img dl dt i{
    width: 35px;
    height: 15px;
    display: inline-block;
    background: url('../images/pro-fangx.png') no-repeat;
    background-position: 0 center;
    margin-right: 20px;
    cursor: pointer;
}
.pro-def-pro .img dl .action{
    box-shadow: 0 0 2px 2px #f2f2f2;
    transform: translate3d(-5px,-5px,0);
    -webkit-transform: translate3d(-5px,-5px,0); 
}
.pro-def-pro .img dl dt em{
    width: 35px;
    height: 15px;
    display: inline-block;
    background: url('../images/pro-fangx.png') no-repeat;
    background-position: right center;
    cursor: pointer;
}
.pro-def-pro .img dl dd img{
    width: 100%;
    height: auto;
    cursor: pointer;
}
.pro-def-pro .img dl dt{
    width: 100%;
    text-align: center
}
.pro-def-pro .img img{
    width: 100%;
    height: auto;
}
.pro-def-pro  .pro-def-des{
    width: 40%;
    box-sizing: border-box;
    padding: 60px 4% 0 4%;
}
.pro-def-pro  .pro-def-des h2{
    font-size: 32px;
    color: #444;
    font-weight: bold;
    border-bottom: 1px solid #b1b4b5;
    line-height: 80px;
    margin-bottom: 20px;
}
.pro-def-pro  .pro-def-des > p{
    font-size: 16px;
    color: #444
}
.pro-def-pro  .pro-def-des .conetn{
    width: 100%;
    min-height: 200px;
    padding: 20px 0 40px;
    color: #666;
    font-size: 14px;
}
.pro-def-pro  .pro-def-des .btn{
    width: 87%;
    border-radius: 30px;
    overflow: hidden;
}
.pro-def-pro  .pro-def-des .btn a{
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    height: 46px;
}
.pro-def-pro  .pro-def-des .btn a:last-of-type:hover{
    background: rgba(255, 144, 0, 0.8)
    /* animation: btnaxiaz 0.3s infinite;
    -webkit-animation: btnaxiaz 0.3s infinite;  */
}
.pro-def-pro  .pro-def-des .btn a:first-of-type:hover{
    background: rgba(0, 97, 175, 0.8)
    /* animation: swing 0.3s infinite;
    -webkit-animation: swing 0.3s infinite;  */
}
@keyframes btnphone {
    0% {
        transform: translateX(-3px);
        -webkit-transform: translateX(-3px); 
    }
    100% {
        transform: translateX(3px);
        -webkit-transform: translateX(3px); 
    }
   }
@keyframes btnaxiaz {
    0% {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px); 
    }
    100% {
        transform: translateY(3px);
        -webkit-transform: translateY(3px); 
    }
   }
.pro-def-pro  .pro-def-des .btn a:first-of-type{
    background: rgba(0, 97, 175, 1)
}
.pro-def-pro  .pro-def-des .btn a:first-of-type::before{
    width: 27px;
    height: 27px;
    content: '';
    display: inline-block;
    background: url('../images/pro-def-ico.png') no-repeat;
    background-position: 0 top;
    vertical-align: middle;
    margin-right: 8px;
}
.pro-def-pro  .pro-def-des .btn a:last-of-type{
    background: rgba(255, 144, 0, 1)
}
.pro-def-pro  .pro-def-des .btn a:last-of-type::before{
    width: 27px;
    height: 27px;
    content: '';
    display: inline-block;
    background: url('../images/pro-def-ico.png') no-repeat;
    background-position: right top;
    vertical-align: middle;
    margin-right: 8px;
}
.pro-dse-nav{
    width: 100%;
    text-align: left;
    background: #f6f8fb;
    border-bottom: 1px solid #dadee1;
}
.pro-dse-nav a{
    display: inline-block;
    font-size: 16px;
    line-height: 80px;
    margin-left: 6%;
    cursor: pointer;
}
.pro-dse-nav .action{
    color: #004da4
}
.pro-des-conetn{
    width: 100%;
    padding-bottom: 120px;
    /* position: absolute */
}
.pro-des-conetn .title{
    padding: 60px 0 35px;
}
.pro-des-conetn .title h4{
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #444;
    border-left: 10px solid #0061af;
}
.pro-des-conetn .title h4::before{
    width: 3px;
    height: 30px;
    background: #ff9000;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 20px;
}
.pro-des-conetn .title a{
    width: 182px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: #f6f8fb;
    border: 1px solid #0061af;
    color: #0061af;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro-des-conetn .title a:hover{
    width: 200px;
}
.pro-des-conetn .title a::before{
    width: 24px;
    height: 19px;
    background: url('../images/zx-pro-def.png') no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 5px;
}
.pro-des-conetn .conetn{
    width: 100%;
    min-height: 250px
}
.pro-des-conetn .conetn ul{
    width: 100%;
}
.pro-des-conetn .conetn ul li{
    width: 21%;
    margin-left: 4%;
    float: left;
    border: 1px solid #eceeef;
    position: relative;
    height: 112px;
    border-radius: 60px;
    margin-bottom: 20px;
}
.pro-des-conetn .conetn ul li p:last-of-type{
    font-size: 20px;
    color: #444;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
}
.pro-des-conetn .conetn ul li em{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    display: block;
    font-size: 32px;
    font-weight: bold;
    background: #fff
}
.pro-des-conetn .conetn ul li:nth-of-type(2n-1) em{
     border: 3px solid #0061af;
     color: #0061af
}
.pro-des-conetn .conetn ul li:nth-of-type(2n) em{
    border: 3px solid #ff9000;
     color: #ff9000
}
.pro-des-conetn .conetn a{
  width: 49%;
  display: block;
  text-align: center;
  padding: 35px 0;
  border-radius: 100px;
  margin-top: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
/* .pro-des-conetn:last-of-type{
    margin-bottom: 60px;
} */
.pro-des-conetn .conetn a .top{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 9%;
}
.pro-des-conetn .conetn a:hover{
    box-shadow: 0 0 5px 5px #f1f1f1;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.pro-des-conetn .conetn a .top b{
    font-size: 36px;
    color: #fff;
    line-height: 40px;
}
.pro-des-conetn .conetn a .top p{
    font-size: 16px;
    color: #fff;
}
.pro-des-conetn .conetn a:first-of-type{
    background: #ff9000
}
.pro-des-conetn .conetn a:last-of-type{
    background: #0061af;
    cursor: pointer;
}
.pro-des-conetn .pro-id-pro img{
    display: block;
    margin: 0 auto;
}
#indindId{
    width: 100%;
    height: 0;
}
.banner {
    position: relative;
    overflow: hidden;
    /* width: 100%; */
   }
   .banner >img {
    width: 100%;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-animation: minus 5s 0s ease both infinite;
    -moz-animation: minus 5s 0s ease both infinite;
    animation: minus 5s 0s ease both infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
   }
   @keyframes minus {
    0% {
     -webkit-transform: scale3d(1.1, 1.1, 1.1);
     transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
    }
   }
.vimgview{
    position: fixed;
    left: 50%;
    top: 30%;
    width: 500px;
    margin-left: -250px;
    z-index: 999;
    display: none
}
.vimgview .pagest{
    width: 500px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
    padding: 30px;
}
.vimgview .pagest h6{
   text-align: center;
   font-size: 20px;
   color: #111;
}
.vimgview .pagest .text{
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    padding: 10px 12px;
    margin: 20px 0;
}
.vimgview .pagest .btn{
    display: block;
    width: 100%;
}
.vimgview .pagest .btn a,
.vimgview .pagest .btn button{
    width: 32%;
    margin-right: 2%;
    float: left;
    background: rgba(13, 40, 176, 0.8);
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: block;
}
.vimgview .pagest .btn a:hover,
.vimgview .pagest .btn button:hover{
    background: rgba(13, 40, 176,1);
}
.vimgview .pagest .btn button:last-of-type{
    margin-right: 0;
}
.vimgview .pagest .btn .dat{
    display: none
}
.vimgview  .forem{
    width: 500px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
    padding: 30px;
    display: none
}
.vimgview  .forem  p{
    text-align: center;
    font-size: 14px;
}
.vimgview  .forem h6{
    text-align: center;
    font-size: 20px;
    color: #111;
 }
 .vimgview  .forem .inp{
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    padding: 10px 12px;
    width: 100%;
    margin-top: 20px;
 }
 .vimgview  .forem  .formbtn{
     margin-top: 20px;
 }
 .vimgview  .forem  .formbtn input{
     width: 45%;
     margin-right: 10%;
     background: rgba(13, 40, 176, 0.8);
     color: #fff;
     font-size: 16px;
     line-height: 40px;
     height: 40px;
     border-radius: 5px;
     text-align: center;
     cursor: pointer;
     display: block;
 }
 .vimgview  .forem  .formbtn input:hover{
    background: rgba(13, 40, 176,1);
 }
 .vimgview  .forem  .formbtn input:last-of-type{
     margin-right: 0;
 }
 .f-left {
	float: left;
}
.f-right {
	float: right;
}
 /*按钮触发*/
.link{
	transition: 0.52s;
	position: relative;
	overflow: hidden;
}
.anim {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}
.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}
.link:hover .anim {
	animation: anim-out 0.75s;
}
.link:hover .anim:after {
	animation: anim-out-pseudo 0.75s;
}
@keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}
@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
.anim2:hover span{
	z-index: 2;
	position: relative;
}
.anim2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0;
	background: #07377f;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.anim2:hover:before {
	opacity: 1;
	height: 100%;
	top: 0;
}
.all-fixed {
	position: fixed;
	top: 50%;
	margin-top: -140px;
	right: -0px;
    height: 279px;
	z-index: 99999;
	box-sizing: border-box;
	/*display: none;*/
}
.all-fixed .f-left{
    position: relative;
    top: 60px;
    float: left;
    width: 0px;
    height: 121px;
    border-top: 10px solid transparent;
    border-right: 25px solid #07377f;
    border-bottom: 10px solid transparent;
    text-align: center;
    font-size: 13px;
    color: #0b2a1a;
    cursor: pointer;
}
.all-fixed .f-left p{
	position: absolute;
    top: 10px;
    left: 6px;
    line-height: 20px;
    color: #fff;
}
.all-fixed .f-right{
	width: 180px;
	background: #f8fbff;
	height: 100%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.all-fixed .title{
	margin-top: -67px;
	text-align: center;
}
.all-fixed h3{
	font-size: 18px;
	color: #333;
	font-weight: initial;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1;
	margin: 15px 0 20px;
}
.all-fixed h3 span{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.all-fixed li{
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 15px;
}
.all-fixed li:last-child{
	margin-bottom: 5px;
}
.all-fixed li a{
	width: 100%;
	height: 100%;
	background: #07377f;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	transition: .3s;
	border-radius: 5px;
}
.all-fixed li a:hover{
	color: #fff;
}
.all-fixed li a img{
	height: 25px;
	margin-right: 10px;
	border: 0;
	vertical-align: middle; 
	margin-top: -5px;
}
.all-page{
	text-align: center;
	margin: 40px 0;
}
.all-page a,
.all-page span{
	width: 35px;
	height: 100%;
	background: #aaa;
	color: #fff;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	transition: .3s;
}
.all-page .current, .all-page a:hover{
	background: #07377f;
	color: #fff;
}
.all-page .prev,
.all-page .prev_disabled,
.all-page .next,
.all-page .next_disabled{
	width: 60px;
	color: #666;
	background: transparent;
	font-family: "microsoft yahei";
}
.all-page .prev:before, .all-page .prev_disabled:before {
    content: "上一页";
    font-family: "microsoft yahei";
}
.all-page .next:before, .all-page .next_disabled:before {
    content: "下一页";
    font-family: "microsoft yahei";
}
#top {
    position: fixed;
    z-index: 999999;
    right: 15px;
    width: 50px;
    height: 50px;
    bottom: 30px;
    opacity: 0.9;
    background: #999 url(../images/kefu-top.png) no-repeat center;
    transition: .3s;
    cursor: pointer;
}
#top:hover{
	background-color: #158ef3;
}
.case-def .pro-def-pro .pro-def-des .cont{
    min-height: 205px;
}
.case-def .pro-def-pro .pro-def-des h2{
    margin-bottom: 28px;
}
.case-def .pro-def{
    /* background: #f2f2f2; */
    /* padding-bottom: 50px; */
}
/* .case-def .pro-def .title-top a{
    color: #666
} */
.case-def .pro-def .title-top .fl a::after{
    color: #666
}
.case-def  h6{
    font-size: 28px;
    padding: 40px 0 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.case-def .conent{
    width: 100%;
    min-height: 500px
}
.casedefxg{
    width: 100%;
}
.casedefxg h5{
    text-align: center;
    font-size: 28px;
    padding: 40px 0 25px;
}
.case-def .pro-def-pro .pro-def-des .btn a:last-of-type::before{
     background: url('../images/casedef-ioc-t.png') no-repeat ;
     background-position: right top;
}
/* .case-def .pro-def .title-top a:hover{
    color: #07377f;
} */

@media ( min-width:1440px) {
    .case-pages ul li .img img{
        width:310px;
        height: 438px;
    }
}